[INFO] cloning repository https://github.com/otavioonoue/conecta-backend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/otavioonoue/conecta-backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fotavioonoue%2Fconecta-backend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fotavioonoue%2Fconecta-backend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 91611bf071ffe76fb90b58c4fb3b486214ff1c90
[INFO] checking otavioonoue/conecta-backend/91611bf071ffe76fb90b58c4fb3b486214ff1c90 against master#65407954098ca3c19f0d46092cb374b5d3e9dc3c for pr-157841
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fotavioonoue%2Fconecta-backend" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/otavioonoue/conecta-backend
[INFO] finished tweaking git repo https://github.com/otavioonoue/conecta-backend
[INFO] tweaked toml for git repo https://github.com/otavioonoue/conecta-backend written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/otavioonoue/conecta-backend on toolchain 65407954098ca3c19f0d46092cb374b5d3e9dc3c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/otavioonoue/conecta-backend already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded validator v0.20.0
[INFO] [stderr]   Downloaded validator_derive v0.20.0
[INFO] [stderr]   Downloaded jsonwebtoken v10.2.0
[INFO] [stderr]   Downloaded axum-extra v0.12.4
[INFO] [stderr]   Downloaded axum-valid v0.24.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c9fd51d4d5b8c47ba872062f845e66157b1eb094ecece58ce71613d577228a13
[INFO] running `Command { std: "docker" "start" "c9fd51d4d5b8c47ba872062f845e66157b1eb094ecece58ce71613d577228a13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c9fd51d4d5b8c47ba872062f845e66157b1eb094ecece58ce71613d577228a13" "/opt/rustwide/cargo-home/bin/cargo" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c9fd51d4d5b8c47ba872062f845e66157b1eb094ecece58ce71613d577228a13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c9fd51d4d5b8c47ba872062f845e66157b1eb094ecece58ce71613d577228a13" "/opt/rustwide/cargo-home/bin/cargo" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling find-msvc-tools v0.1.6
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling serde_json v1.0.148
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]     Checking zmij v1.0.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]    Compiling rust_decimal v1.39.0
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]     Checking unicode-properties v0.1.4
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling cc v1.2.51
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]     Checking ryu v1.0.22
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling uuid v1.19.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling aws-lc-rs v1.15.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking headers v0.4.1
[INFO] [stderr]     Checking rustls-pki-types v1.13.2
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]     Checking blowfish v0.9.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking bcrypt v0.17.1
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling aws-lc-sys v0.35.0
[INFO] [stderr]     Checking postgres-protocol v0.6.9
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking postgres-types v0.2.11
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling rust_decimal_macros v1.39.0
[INFO] [stderr]    Compiling axum-macros v0.5.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking tungstenite v0.28.0
[INFO] [stderr]     Checking simple_asn1 v0.6.3
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling validator_derive v0.20.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking validator v0.20.0
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-tungstenite v0.28.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking jsonwebtoken v10.2.0
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking axum v0.8.8
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking axum-extra v0.12.4
[INFO] [stderr]     Checking axum-valid v0.24.0
[INFO] [stderr]     Checking conecta-backend v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `CREDIT_CARD` should have an upper camel case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 85 |     CREDIT_CARD,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CreditCard`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `CREDIT_CARD` should have an upper camel case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 85 |     CREDIT_CARD,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CreditCard`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `title_notification` is never read
[INFO] [stdout]   --> src/modules/public/user/application/usecase/update_budget_status_usecase.rs:44:38
[INFO] [stdout]    |
[INFO] [stdout] 44 |         let mut title_notification = String::from("");
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 49 |                 title_notification = String::from("Orçamento Aceito");
[INFO] [stdout]    |                 ------------------ `title_notification` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `status_notification` is never read
[INFO] [stdout]   --> src/modules/public/user/application/usecase/update_budget_status_usecase.rs:45:39
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let mut status_notification = String::from("");
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 50 |                 status_notification = String::from("BUDGET_ACCEPTED");
[INFO] [stdout]    |                 ------------------- `status_notification` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `title_notification` is never read
[INFO] [stdout]   --> src/modules/public/user/application/usecase/update_service_order_status_usecase.rs:44:38
[INFO] [stdout]    |
[INFO] [stdout] 44 |         let mut title_notification = String::from("");
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 49 |                 title_notification = String::from("Ordem de Serviço aceita");
[INFO] [stdout]    |                 ------------------ `title_notification` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `status_notification` is never read
[INFO] [stdout]   --> src/modules/public/user/application/usecase/update_service_order_status_usecase.rs:45:39
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let mut status_notification = String::from("");
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 50 |                 status_notification = String::from("SERVICE_ORDER_CONFIRMED");
[INFO] [stdout]    |                 ------------------- `status_notification` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `title_notification` is never read
[INFO] [stdout]   --> src/modules/public/user/application/usecase/update_budget_status_usecase.rs:44:38
[INFO] [stdout]    |
[INFO] [stdout] 44 |         let mut title_notification = String::from("");
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 49 |                 title_notification = String::from("Orçamento Aceito");
[INFO] [stdout]    |                 ------------------ `title_notification` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `status_notification` is never read
[INFO] [stdout]   --> src/modules/public/user/application/usecase/update_budget_status_usecase.rs:45:39
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let mut status_notification = String::from("");
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 50 |                 status_notification = String::from("BUDGET_ACCEPTED");
[INFO] [stdout]    |                 ------------------- `status_notification` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `title_notification` is never read
[INFO] [stdout]   --> src/modules/public/user/application/usecase/update_service_order_status_usecase.rs:44:38
[INFO] [stdout]    |
[INFO] [stdout] 44 |         let mut title_notification = String::from("");
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 49 |                 title_notification = String::from("Ordem de Serviço aceita");
[INFO] [stdout]    |                 ------------------ `title_notification` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `status_notification` is never read
[INFO] [stdout]   --> src/modules/public/user/application/usecase/update_service_order_status_usecase.rs:45:39
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let mut status_notification = String::from("");
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 50 |                 status_notification = String::from("SERVICE_ORDER_CONFIRMED");
[INFO] [stdout]    |                 ------------------- `status_notification` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dateCreated` should have a snake case name
[INFO] [stdout]  --> src/modules/public/payment/application/dto/webhook_event_request.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub dateCreated: String,
[INFO] [stdout]   |         ^^^^^^^^^^^ help: convert the identifier to snake case: `date_created`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ownerId` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub ownerId: Option<String>,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `owner_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dateCreated` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub dateCreated: String,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `date_created`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `checkoutSession` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub checkoutSession: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `checkout_session`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `paymentLink` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub paymentLink: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `payment_link`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `netValue` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub netValue: f64,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `net_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `originalValue` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub originalValue: Option<f64>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `original_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `interestValue` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub interestValue: Option<f64>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `interest_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `billingType` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub billingType: BillingType,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `billing_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pixTransaction` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub pixTransaction: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `pix_transaction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dueDate` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub dueDate: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `due_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `originalDueDate` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub originalDueDate: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `original_due_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `paymentDate` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub paymentDate: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `payment_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `clientPaymentDate` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub clientPaymentDate: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `client_payment_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `installmentNumber` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub installmentNumber: Option<u32>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `installment_number`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `invoiceUrl` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub invoiceUrl: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `invoice_url`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `invoiceNumber` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub invoiceNumber: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `invoice_number`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `externalReference` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub externalReference: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `external_reference`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `creditDate` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub creditDate: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `credit_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `estimatedCreditDate` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub estimatedCreditDate: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `estimated_credit_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `transactionReceiptUrl` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub transactionReceiptUrl: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transaction_receipt_url`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nossoNumero` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub nossoNumero: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `nosso_numero`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `bankSlipUrl` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub bankSlipUrl: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `bank_slip_url`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lastInvoiceViewedDate` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub lastInvoiceViewedDate: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_invoice_viewed_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lastBankSlipViewedDate` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub lastBankSlipViewedDate: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_bank_slip_viewed_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `postalService` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub postalService: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `postal_service`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `limitDate` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub limitDate: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `limit_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dueDateLimitDays` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub dueDateLimitDays: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `due_date_limit_days`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dateCreated` should have a snake case name
[INFO] [stdout]  --> src/modules/public/payment/application/dto/webhook_event_request.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub dateCreated: String,
[INFO] [stdout]   |         ^^^^^^^^^^^ help: convert the identifier to snake case: `date_created`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ownerId` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub ownerId: Option<String>,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `owner_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dateCreated` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub dateCreated: String,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `date_created`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `checkoutSession` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub checkoutSession: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `checkout_session`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `paymentLink` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub paymentLink: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `payment_link`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `netValue` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub netValue: f64,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `net_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `originalValue` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub originalValue: Option<f64>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `original_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `interestValue` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub interestValue: Option<f64>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `interest_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `billingType` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub billingType: BillingType,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `billing_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pixTransaction` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub pixTransaction: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `pix_transaction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dueDate` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub dueDate: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `due_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `originalDueDate` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub originalDueDate: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `original_due_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `paymentDate` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub paymentDate: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `payment_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `clientPaymentDate` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub clientPaymentDate: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `client_payment_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `installmentNumber` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub installmentNumber: Option<u32>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `installment_number`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `invoiceUrl` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub invoiceUrl: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `invoice_url`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `invoiceNumber` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub invoiceNumber: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `invoice_number`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `externalReference` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub externalReference: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `external_reference`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `creditDate` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub creditDate: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `credit_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `estimatedCreditDate` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub estimatedCreditDate: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `estimated_credit_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `transactionReceiptUrl` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub transactionReceiptUrl: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `transaction_receipt_url`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nossoNumero` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub nossoNumero: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `nosso_numero`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `bankSlipUrl` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub bankSlipUrl: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `bank_slip_url`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lastInvoiceViewedDate` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub lastInvoiceViewedDate: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_invoice_viewed_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lastBankSlipViewedDate` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub lastBankSlipViewedDate: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `last_bank_slip_viewed_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `postalService` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub postalService: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `postal_service`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `limitDate` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub limitDate: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `limit_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dueDateLimitDays` should have a snake case name
[INFO] [stdout]   --> src/modules/public/payment/application/dto/webhook_event_request.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub dueDateLimitDays: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `due_date_limit_days`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "c9fd51d4d5b8c47ba872062f845e66157b1eb094ecece58ce71613d577228a13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9fd51d4d5b8c47ba872062f845e66157b1eb094ecece58ce71613d577228a13", kill_on_drop: false }`
[INFO] [stdout] c9fd51d4d5b8c47ba872062f845e66157b1eb094ecece58ce71613d577228a13
